[INFO] fetching crate fli 1.2.2...
[INFO] testing fli-1.2.2 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate fli 1.2.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate fli 1.2.2
[INFO] finished tweaking crates.io crate fli 1.2.2
[INFO] tweaked toml for crates.io crate fli 1.2.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fli 1.2.2 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fli 1.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7
[INFO] running `Command { std: "docker" "start" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling fli v1.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]  --> src/command.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use colored::Colorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::command::FliCommand`
[INFO] [stdout]  --> src/error.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::command::FliCommand;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::default`
[INFO] [stdout]  --> src/option_parser/input_parser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::default;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use colored::Colorize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/app.rs:307:23
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn with_debug(mut self) -> Self {
[INFO] [stdout]     |                       ----^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/app.rs:321:14
[INFO] [stdout]     |
[INFO] [stdout] 321 |             |data| {
[INFO] [stdout]     |              ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prefix`
[INFO] [stdout]    --> src/command.rs:378:17
[INFO] [stdout]     |
[INFO] [stdout] 378 |             let prefix = basic.clone();
[INFO] [stdout]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stdout]     |
[INFO] [stdout] 410 |                 _ => {}
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |                 ValueTypes::RequiredSingle(_) | ValueTypes::RequiredMultiple(_, _) => {
[INFO] [stdout]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 397 |                 ValueTypes::OptionalSingle(_) | ValueTypes::OptionalMultiple(_, _) => {
[INFO] [stdout]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 410 |                 _ => {}
[INFO] [stdout]     |                 ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `preserved_option`
[INFO] [stdout]    --> src/option_parser/input_parser.rs:320:25
[INFO] [stdout]     |
[INFO] [stdout] 320 |             if let Some(preserved_option) = command.get_preserved_option(arg) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_preserved_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
[INFO] running `Command { std: "docker" "inspect" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling fli v1.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]  --> src/command.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use colored::Colorize;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::command::FliCommand`
[INFO] [stdout]  --> src/error.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::command::FliCommand;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::default`
[INFO] [stdout]  --> src/option_parser/input_parser.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::default;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `colored::Colorize`
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use colored::Colorize;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/app.rs:307:23
[INFO] [stdout]     |
[INFO] [stdout] 307 |     pub fn with_debug(mut self) -> Self {
[INFO] [stdout]     |                       ----^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `data`
[INFO] [stdout]    --> src/app.rs:321:14
[INFO] [stdout]     |
[INFO] [stdout] 321 |             |data| {
[INFO] [stdout]     |              ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prefix`
[INFO] [stdout]    --> src/command.rs:378:17
[INFO] [stdout]     |
[INFO] [stdout] 378 |             let prefix = basic.clone();
[INFO] [stdout]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stdout]     |
[INFO] [stdout] 410 |                 _ => {}
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stdout]     |
[INFO] [stdout] 394 |                 ValueTypes::RequiredSingle(_) | ValueTypes::RequiredMultiple(_, _) => {
[INFO] [stdout]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 397 |                 ValueTypes::OptionalSingle(_) | ValueTypes::OptionalMultiple(_, _) => {
[INFO] [stdout]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 410 |                 _ => {}
[INFO] [stdout]     |                 ^ collectively making this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `preserved_option`
[INFO] [stdout]    --> src/option_parser/input_parser.rs:320:25
[INFO] [stdout]     |
[INFO] [stdout] 320 |             if let Some(preserved_option) = command.get_preserved_option(arg) {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_preserved_option`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.46s
[INFO] running `Command { std: "docker" "inspect" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `colored::Colorize`
[INFO] [stderr]  --> src/command.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use colored::Colorize;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::command::FliCommand`
[INFO] [stderr]  --> src/error.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::command::FliCommand;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::default`
[INFO] [stderr]  --> src/option_parser/input_parser.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::default;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `colored::Colorize`
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use colored::Colorize;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/app.rs:307:23
[INFO] [stderr]     |
[INFO] [stderr] 307 |     pub fn with_debug(mut self) -> Self {
[INFO] [stderr]     |                       ----^^^^
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `data`
[INFO] [stderr]    --> src/app.rs:321:14
[INFO] [stderr]     |
[INFO] [stderr] 321 |             |data| {
[INFO] [stderr]     |              ^^^^ help: if this is intentional, prefix it with an underscore: `_data`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `prefix`
[INFO] [stderr]    --> src/command.rs:378:17
[INFO] [stderr]     |
[INFO] [stderr] 378 |             let prefix = basic.clone();
[INFO] [stderr]     |                 ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable pattern
[INFO] [stderr]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stderr]     |
[INFO] [stderr] 410 |                 _ => {}
[INFO] [stderr]     |                 ^ no value can reach this
[INFO] [stderr]     |
[INFO] [stderr] note: multiple earlier patterns match some of the same values
[INFO] [stderr]    --> src/option_parser/input_parser.rs:410:17
[INFO] [stderr]     |
[INFO] [stderr] 394 |                 ValueTypes::RequiredSingle(_) | ValueTypes::RequiredMultiple(_, _) => {
[INFO] [stderr]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 397 |                 ValueTypes::OptionalSingle(_) | ValueTypes::OptionalMultiple(_, _) => {
[INFO] [stderr]     |                 ------------------------------------------------------------------ matches some of the same values
[INFO] [stderr] ...
[INFO] [stderr] 410 |                 _ => {}
[INFO] [stderr]     |                 ^ collectively making this unreachable
[INFO] [stderr]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `preserved_option`
[INFO] [stderr]    --> src/option_parser/input_parser.rs:320:25
[INFO] [stderr]     |
[INFO] [stderr] 320 |             if let Some(preserved_option) = command.get_preserved_option(arg) {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_preserved_option`
[INFO] [stderr] 
[INFO] [stderr] warning: `fli` (lib test) generated 9 warnings (run `cargo fix --lib -p fli --tests` to apply 8 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fli-00ca487d8f172749)
[INFO] [stdout] 
[INFO] [stdout] running 187 tests
[INFO] [stdout] test tests::app_test::test_add_debug_option ... ok
[INFO] [stdout] test tests::app_test::test_add_command ... ok
[INFO] [stdout] test tests::app_test::test_add_multiple_options ... ok
[INFO] [stdout] test tests::app_test::test_add_option_to_app ... ok
[INFO] [stdout] test tests::app_test::test_command_chaining ... ok
[INFO] [stdout] test tests::app_test::test_command_method ... ok
[INFO] [stdout] test tests::app_test::test_command_with_options ... ok
[INFO] [stdout] test tests::app_test::test_fli_new ... ok
[INFO] [stdout] test tests::app_test::test_app_clone_fields ... ok
[INFO] [stdout] test tests::app_test::test_inheritable_options_with_values ... ok
[INFO] [stdout] test tests::app_test::test_mark_inheritable_many_options ... ok
[INFO] [stdout] test tests::app_test::test_mark_inheritable_single_option ... ok
[INFO] [stdout] test tests::app_test::test_mark_inheritable_using_long_flag ... ok
[INFO] [stdout] test tests::app_test::test_multiple_commands ... ok
[INFO] [stdout] test tests::app_test::test_inherited_options_dont_affect_parent ... ok
[INFO] [stdout] test tests::app_test::test_subcommand_inherits_options ... ok
[INFO] [stdout] test tests::app_test::test_with_debug ... ok
[INFO] [stdout] test tests::app_test::test_multiple_subcommands_inherit_same_options ... ok
[INFO] [stdout] test tests::app_test::test_subcommand_can_override_inherited_option ... ok
[INFO] [stdout] test tests::command_test::test_add_sub_command ... ok
[INFO] [stdout] test tests::app_test::test_mark_inheritable_many_with_invalid_option ... ok
[INFO] [stdout] test tests::app_test::test_root_command_has_no_name ... ok
[INFO] [stdout] test tests::app_test::test_mark_inheritable_nonexistent_option ... ok
[INFO] [stdout] test tests::command_test::test_add_option_to_command ... ok
[INFO] [stdout] test tests::app_test::test_nested_commands ... ok
[INFO] [stdout] test tests::command_test::test_callback_data_creation ... ok
[INFO] [stdout] test tests::command_test::test_callback_data_get_option_value ... ok
[INFO] [stdout] test tests::command_test::test_callback_data_get_option_with_dash ... ok
[INFO] [stdout] test tests::command_test::test_command_clone ... ok
[INFO] [stdout] test tests::command_test::test_get_sub_command ... ok
[INFO] [stdout] test tests::command_test::test_inheritable_options_with_default_values ... ok
[INFO] [stdout] test tests::command_test::test_mark_inheritable_many_mixed_flags ... ok
[INFO] [stdout] test tests::command_test::test_mark_nonexistent_option_as_inheritable ... ok
[INFO] [stdout] test tests::command_test::test_command_with_parser_constructor ... ok
[INFO] [stdout] test tests::command_test::test_fli_command_creation ... ok
[INFO] [stdout] test tests::command_test::test_has_sub_command ... ok
[INFO] [stdout] test tests::command_test::test_inheritable_options_builder_creates_independent_copy ... ok
[INFO] [stdout] test tests::command_test::test_mark_inheritable_with_long_flag ... ok
[INFO] [stdout] test tests::command_test::test_get_nonexistent_sub_command ... ok
[INFO] [stdout] test tests::command_test::test_multiple_options ... ok
[INFO] [stdout] test tests::command_test::test_nested_subcommands ... ok
[INFO] [stdout] test tests::command_test::test_nested_subcommands_inherit_options ... ok
[INFO] [stdout] test tests::command_test::test_run_command_with_only_optional_options_and_callback ... ok
[INFO] [stdout] test tests::command_test::test_run_zero_arg_command_with_callback ... ok
[INFO] [stdout] test tests::command_test::test_run_zero_arg_command_without_callback_fails ... ok
[INFO] [stdout] test tests::command_test::test_subcommand_inherits_only_marked_options ... ok
[INFO] [stdout] test tests::display_test::test_debug_enabled_default ... ok
[INFO] [stdout] test tests::display_test::test_debug_print_when_disabled ... ok
[INFO] [stdout] test tests::command_test::test_subcommand_inherits_parent_options ... ok
[INFO] [stdout] test tests::display_test::test_debug_struct_when_disabled ... ok
[INFO] [stdout] test tests::display_test::test_debug_print_when_enabled ... ok
[INFO] [stdout] test tests::display_test::test_debug_struct_when_enabled ... ok
[INFO] [stdout] test tests::display_test::test_enable_debug ... ok
[INFO] [stdout] test tests::display_test::test_debug_toggle ... ok
[INFO] [stdout] test tests::display_test::test_table_style_default ... ok
[INFO] [stdout] test tests::error_test::test_command_mismatch_error ... ok
[INFO] [stdout] test tests::error_test::test_internal_error ... ok
[INFO] [stdout] test tests::display_test::test_table_style_clone ... ok
[INFO] [stdout] test tests::error_test::test_invalid_value_error ... ok
[INFO] [stdout] test tests::error_test::test_error_helper_functions ... ok
[INFO] [stdout] test tests::error_test::test_parser_not_prepared_error ... ok
[INFO] [stdout] test tests::error_test::test_invalid_flag_format_error ... ok
[INFO] [stdout] test tests::error_test::test_unexpected_value_error ... ok
[INFO] [stdout] test tests::display_test::test_table_style_custom ... ok
[INFO] [stdout] test tests::error_test::test_unknown_option_error ... ok
[INFO] [stdout] test tests::error_test::test_value_count_mismatch_error ... ok
[INFO] [stdout] test tests::fli_test::test_levenshtein_distance ... ok
[INFO] [stdout] test tests::fli_test::test_can_create_fli_app ... ok
[INFO] [stdout] test tests::error_test::test_missing_value_error ... ok
[INFO] [stdout] test tests::error_test::test_option_not_found_error ... ok
[INFO] [stdout] test tests::input_parser_test::test_double_dash_separator ... ok
[INFO] [stdout] test tests::error_test::test_unknown_command_error ... ok
[INFO] [stdout] test tests::input_parser_test::test_complex_command_chain ... ok
[INFO] [stdout] test tests::command_test::test_subcommand_adds_help_flag_to_inherited_options ... ok
[INFO] [stdout] test tests::input_parser_test::test_empty_args ... ok
[INFO] [stdout] test tests::input_parser_test::test_equals_syntax_long_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_flag_passed_option_exists ... ok
[INFO] [stdout] test tests::input_parser_test::test_flags_before_arguments ... ok
[INFO] [stdout] test tests::input_parser_test::test_get_command_chain_vs_parsed_chain ... ok
[INFO] [stdout] test tests::input_parser_test::test_flag_not_passed_but_option_exists ... ok
[INFO] [stdout] test tests::input_parser_test::test_long_flag_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_multiple_flags ... ok
[INFO] [stdout] test tests::input_parser_test::test_multiple_value_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_numeric_option_parsing ... ok
[INFO] [stdout] test tests::input_parser_test::test_only_chain_can_distinguish_flag_usage ... ok
[INFO] [stdout] test tests::input_parser_test::test_option_not_passed_results_in_empty_chain ... ok
[INFO] [stdout] test tests::input_parser_test::test_help_flag_as_preserved_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_parser_prepared_multiple_times ... ok
[INFO] [stdout] test tests::input_parser_test::test_missing_required_value ... ok
[INFO] [stdout] test tests::input_parser_test::test_long_option_with_value ... ok
[INFO] [stdout] test tests::input_parser_test::test_multiple_options_with_values ... ok
[INFO] [stdout] test tests::input_parser_test::test_option_with_value_and_arguments ... ok
[INFO] [stdout] test tests::input_parser_test::test_parser_not_prepared ... ok
[INFO] [stdout] test tests::input_parser_test::test_option_with_value ... ok
[INFO] [stdout] test tests::display_test::test_disable_debug ... FAILED
[INFO] [stdout] test tests::input_parser_test::test_positional_arguments ... ok
[INFO] [stdout] test tests::input_parser_test::test_root_option_before_subcommand ... ok
[INFO] [stdout] test tests::input_parser_test::test_valuetypes_none_design_question ... ok
[INFO] [stdout] test tests::input_parser_test::test_unknown_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_subcommand_with_options ... ok
[INFO] [stdout] test tests::lib_test::test_add ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_case_sensitive ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_close_match ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_exact_match ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_limit ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_multiple_matches ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_no_match ... ok
[INFO] [stdout] test tests::input_parser_test::test_short_option_clustering ... ok
[INFO] [stdout] test tests::input_parser_test::test_single_flag_option ... ok
[INFO] [stdout] test tests::input_parser_test::test_subcommand_parsing ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_empty_input ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_single_option ... ok
[INFO] [stdout] test tests::lib_test::test_find_similar_threshold ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_empty_strings ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_complete_change ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_identical ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_single_char_diff ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_insertion ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_examples ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_unicode ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_can_add_options ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_transposition ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_description ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_macro ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_multiple_calls ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_can_add_commands ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_returns_fli ... ok
[INFO] [stdout] test tests::lib_test::test_levenshtein_distance_deletion ... ok
[INFO] [stdout] test tests::option_parser_test::test_add_option ... ok
[INFO] [stdout] test tests::option_parser_test::test_command_options_parser_new ... ok
[INFO] [stdout] test tests::option_parser_test::test_builder_chaining ... ok
[INFO] [stdout] test tests::option_parser_test::test_get_option_by_short_flag ... ok
[INFO] [stdout] test tests::option_parser_test::test_has_option ... ok
[INFO] [stdout] test tests::option_parser_test::test_get_option_expected_value_type ... ok
[INFO] [stdout] test tests::option_parser_test::test_parser_clone ... ok
[INFO] [stdout] test tests::option_parser_test::test_multiple_options_different_flags ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_version ... ok
[INFO] [stdout] test tests::macros_test::test_init_fli_from_toml_name ... ok
[INFO] [stdout] test tests::option_parser_test::test_get_option_by_long_flag ... ok
[INFO] [stdout] test tests::option_parser_test::test_builder_pattern ... ok
[INFO] [stdout] test tests::option_parser_test::test_update_nonexistent_option ... ok
[INFO] [stdout] test tests::value_types_test::test_as_str_with_int ... ok
[INFO] [stdout] test tests::option_parser_test::test_update_option_value ... ok
[INFO] [stdout] test tests::value_types_test::test_as_str_with_none ... ok
[INFO] [stdout] test tests::value_types_test::test_as_strings_filters_non_strings ... ok
[INFO] [stdout] test tests::value_types_test::test_as_strings_with_none ... ok
[INFO] [stdout] test tests::value_types_test::test_as_str_with_required_single ... ok
[INFO] [stdout] test tests::value_types_test::test_as_strings_with_optional_multiple ... ok
[INFO] [stdout] test tests::value_types_test::test_as_str_with_optional_single ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_float ... ok
[INFO] [stdout] test tests::value_types_test::test_as_strings_with_single ... ok
[INFO] [stdout] test tests::value_types_test::test_as_strings_with_required_multiple ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_preserves_template ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_string ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_bool_value_true_variants ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_bool ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_float_value_integer_string ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_int ... ok
[INFO] [stdout] test tests::value_types_test::test_from_str_with_type_int_failure ... ok
[INFO] [stdout] test tests::option_parser_test::test_single_option_creation ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_bool_value_invalid_number ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_bool_value_false_variants ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_float_value_failure ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_bool_value_failure ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_float_value_negative ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_float_value_scientific ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_int_value_failure ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_int_value_float_string ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_int_value_negative ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_int_value_success ... ok
[INFO] [stdout] test tests::value_types_test::test_value_bool_creation ... ok
[INFO] [stdout] test tests::value_types_test::test_value_clone ... ok
[INFO] [stdout] test tests::value_types_test::test_value_equality_same_type ... ok
[INFO] [stdout] test tests::value_types_test::test_value_float_creation ... ok
[INFO] [stdout] test tests::value_types_test::test_value_inequality_different_types ... ok
[INFO] [stdout] test tests::value_types_test::test_value_inequality_different_values ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_string_value ... ok
[INFO] [stdout] test tests::value_types_test::test_value_int_creation ... ok
[INFO] [stdout] test tests::value_types_test::test_value_str_creation ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_none_expects_value ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_optional_multiple_expects_value ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_clone ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_optional_single_expects_value ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_required_multiple_expects_value ... ok
[INFO] [stdout] test tests::value_types_test::test_value_types_required_single_expects_value ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_float_value_success ... ok
[INFO] [stdout] test tests::value_types_test::test_replace_int_value_large ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::display_test::test_disable_debug stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::display_test::test_disable_debug' (266) panicked at src/tests/display_test.rs:23:5:
[INFO] [stdout] assertion failed: !is_debug_enabled()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63b5e6972b58 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63b5e6972b58 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63b5e6972b58 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63b5e6972b58 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63b5e698755a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63b5e698755a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x63b5e6977372 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x63b5e6977372 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x63b5e6951b86 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63b5e6951b86 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63b5e696af79 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63b5e68f95ac - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x63b5e68f95ac - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x63b5e696b132 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x63b5e696b132 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63b5e6951c74 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x63b5e69495d9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63b5e695295d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63b5e6987cec - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63b5e6987cb2 - core[5a1c3e9896636f3a]::panicking::panic
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x63b5e68d2f9f - fli[4c77e10cefe4fa0b]::tests::display_test::test_disable_debug
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/display_test.rs:23:5
[INFO] [stdout]   21:     0x63b5e68d0b27 - fli[4c77e10cefe4fa0b]::tests::display_test::test_disable_debug::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/display_test.rs:20:24
[INFO] [stdout]   22:     0x63b5e68ab566 - <fli[4c77e10cefe4fa0b]::tests::display_test::test_disable_debug::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x63b5e68ec68b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x63b5e68ec68b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x63b5e68f9f05 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x63b5e68f9f05 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x63b5e68f9f05 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x63b5e68f9f05 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x63b5e68f9f05 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x63b5e68f9f05 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x63b5e68f9f05 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x63b5e68f4a64 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x63b5e68f4a64 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x63b5e68fcf82 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x63b5e68fcf82 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x63b5e68fcf82 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x63b5e68fcf82 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x63b5e68fcf82 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x63b5e68fcf82 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x63b5e68fcf82 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x63b5e697248f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x63b5e697248f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7854c9282aa4 - <unknown>
[INFO] [stdout]   44:     0x7854c930fa64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::display_test::test_disable_debug
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 186 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7", kill_on_drop: false }`
[INFO] [stdout] c3f9f0f6def4f8ebf494867ba0b247083ec34b803f2bb482768d368abfc4a0b7
